-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preact conversion #18
base: master
Are you sure you want to change the base?
Conversation
@@ -4,6 +4,7 @@ | |||
"description": "", | |||
"scripts": { | |||
"dev": "parcel index.html", | |||
"dev-local": "LOCAL_DATA=true parcel index.html", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set up to serve sheets data locally
TODO: Add npm command to download a given sheet to local data
initDom(container); | ||
render(<App sheetKey={sheetKey} />, container); | ||
|
||
return null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have been replacing everything after this - initDom
is done but need to finish initMap
initTable
initDetails
Oh man so excited about this. Thanks! |
Converting the app to Preact
Install Preact
Load dom structure via components
Progressively load sheets
Progressively load maps
Progressively load content and insert into dom
Map
Controls
Legends
Tests
React devtools working and everything